home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pmlpp140.zip / SRC / MAKE.CMD < prev    next >
OS/2 REXX Batch file  |  1997-08-14  |  289b  |  20 lines

  1. @echo off
  2. REM
  3. REM Make it!
  4. REM
  5. wmake
  6.  
  7. REM
  8. REM Optimize and pack it!
  9. REM
  10. lxopt pmlpp.exe /prep /thread:multi
  11. pmlpp
  12. lxopt /arrange pmlpp.exe
  13.  
  14. repack /exepack:2 pmlpp.exe
  15.  
  16. REM
  17. REM if not using LXOPT... remember to comment out
  18. REM 'op int' in the makefile &| pmlpp.wlk!
  19. REM
  20.